runtime.gQueue.empty (method)

8 uses

	runtime (current package)
		mgcmark.go#L769: 	if work.assistQueue.q.empty() {
		mgcmark.go#L782: 	for !work.assistQueue.q.empty() && scanBytes > 0 {
		proc.go#L3975: 	for n = 0; n < npidle && !q.empty(); n++ {
		proc.go#L3987: 	if !q.empty() {
		proc.go#L6856: 	for !q.empty() && t-h < uint32(len(pp.runq)) {
		proc.go#L6875: 	if !q.empty() {
		proc.go#L7034: func (q *gQueue) empty() bool {
		proc.go#L7112: 	if !q.empty() {